address space - определение. Что такое address space
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое address space - определение

RANGE OF DISCRETE ADDRESSES, EACH OF WHICH MAY CORRESPOND TO A NETWORK HOST, PERIPHERAL DEVICE, DISK SECTOR, A MEMORY CELL OR OTHER LOGICAL OR PHYSICAL ENTITY
Addressing; Adress space; Address (computing); Address range
  • Illustration of translation from logical block addressing to physical geometry
  • Virtual address space and physical address space relationship
Найдено результатов: 3553
address space         
<operating system, architecture> The range of addresses which a processor or process can access, or at which a device can be accessed. The term may refer to either physical address or virtual address. The size of a processor's address space depends on the width of the processor's address bus and address registers. Each device, such as a memory integrated circuit, will have its own local address space which starts at zero. This will be mapped to a range of addresses which starts at some base address in the processor's address space. Similarly, each process will have its own address space, which may be all or a part of the processor's address space. In a multitasking system this may depend on where in memory the process happens to have been loaded. For a process to be able to run at any address it must consist of position-independent code. Alternatively, each process may see the same local address space, with the {memory management unit} mapping this to the process's own part of the processor's address space. (1999-11-01)
Address space         
In computing, an address space defines a range of discrete addresses, each of which may correspond to a network host, peripheral device, disk sector, a memory cell or other logical or physical entity.
Addressing         
·p.pr. & ·vb.n. of Address.
Provider-independent address space         
BLOCK OF IP ADDRESSES ASSIGNED TO AN ORGANIZATION
Provider Independent Address Space
A provider-independent address space (PI) is a block of IP addresses assigned by a regional Internet registry (RIR) directly to an end-user organization.RIPE FAQs The user must contract with a local Internet registry (LIR) through an Internet service provider to obtain routing of the address block within the Internet.
Provider-aggregatable address space         
BLOCK OF IP ADDRESSES SUITABLE FOR ROUTE AGGREGATION
Provider Aggregatable Address Space; Provider aggregatable address space
Provider-aggregatable address space (PA) is a block of IP addresses assigned by a regional Internet registry to an Internet service provider which can be aggregated into a single route advertisement for improved Internet routing efficiency.RIPE FAQs
Partitioned global address space         
PARALLEL PROGRAMMING MODEL IN COMPUTER SCIENCE
Global address space
In computer science, partitioned global address space (PGAS) is a parallel programming model paradigm. PGAS is typified by communication operations involving a global memory address space abstraction that is logically partitioned, where a portion is local to each process, thread, or processing element.
virtual address         
Virtual Address Space; User virtual address space; Virtual addressing; User Virtual Address Space; Virtual address; Virtual memory address
1. <architecture> A memory location accessed by an application program in a system with virtual memory such that intervening hardware and/or software maps the virtual address to real (physical) memory. During the course of execution of an application, the same virtual address may be mapped to many different physical addresses as data and programs are paged out and paged in to other locations. 2. In IBM's VM operating system, {Virtual Device Location}. (2001-01-02)
IPv4 shared address space         
Draft:IPv4 shared address space; 100.64
In order to ensure proper working of carrier-grade NAT (CGN), and, by doing so, alleviating the demand for the last remaining IPv4 addresses, a size IPv4 address block was assigned by Internet Assigned Numbers Authority (IANA) to be used as shared address space.
flat address space         
ADDRESSING PARADIGM MODELING MEMORY AS ONE CONTIGUOUS ADDRESS SPACE
Linear address; Linear address space; Linear addressing; Flat address space
<architecture> The memory architecture in which any memory location can be selected from a single contiguous block by a single integer offset. Almost all popular processors have a flat address space, but the Intel x86 family has a segmented address space. A flat address space greatly simplifies programming because of the simple correspondence between addresses (pointers) and integers. (1996-09-10)
linear address space         
ADDRESSING PARADIGM MODELING MEMORY AS ONE CONTIGUOUS ADDRESS SPACE
Linear address; Linear address space; Linear addressing; Flat address space
A memory addressing scheme used in processors where the whole memory can be accessed using a single address that fits in a single register or instruction. This contrasts with a segmented memory architecture, such as that used on the Intel 8086, where an address is given by an offset from a base address held in one of the "segment registers". Linear addressing greatly simplifies programming at the {assembly language} level but requires more instruction word bits to be allocated for an address. (1995-02-16)

Википедия

Address space

In computing, an address space defines a range of discrete addresses, each of which may correspond to a network host, peripheral device, disk sector, a memory cell or other logical or physical entity.

For software programs to save and retrieve stored data, each datum must have an address where it can be located. The number of address spaces available depends on the underlying address structure, which is usually limited by the computer architecture being used. Often an address space in a system with virtual memory corresponds to a highest level translation table, e.g., a segment table in IBM System/370.

Address spaces are created by combining enough uniquely identified qualifiers to make an address unambiguous within the address space. For a person's physical address, the address space would be a combination of locations, such as a neighborhood, town, city, or country. Some elements of a data address space may be the same, but if any element in the address is different, addresses in said space will reference different entities. For example, there could be multiple buildings at the same address of "32 Main Street" but in different towns, demonstrating that different towns have different, although similarly arranged, street address spaces.

An address space usually provides (or allows) a partitioning to several regions according to the mathematical structure it has. In the case of total order, as for memory addresses, these are simply chunks. Like the hierarchical design of postal addresses, some nested domain hierarchies appear as a directed ordered tree, such as with the Domain Name System or a directory structure. In the Internet, the Internet Assigned Numbers Authority (IANA) allocates ranges of IP addresses to various registries so each can manage their parts of the global Internet address space.